Searched refs:SID (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/test/java/io/File/
H A DGetXSpace.sh31 Windows* ) SID=`sid`; TMP="c:/temp" ;;
43 Windows* ) chacl -d ${SID}:f $* ;;
50 Windows* ) chacl -g ${SID}:f $* ;;
/openjdk7/hotspot/src/share/vm/ci/
H A DciSymbol.hpp50 const vmSymbols::SID _sid;
54 ciSymbol(Symbol* s, vmSymbols::SID sid); // for use with vmSymbols
74 vmSymbols::SID sid() const { return _sid; }
H A DciSymbol.cpp34 ciSymbol::ciSymbol(Symbol* s, vmSymbols::SID sid)
H A DciObjectFactory.cpp133 Symbol* vmsym = vmSymbols::symbol_at((vmSymbols::SID) i);
135 ciSymbol* sym = new (_arena) ciSymbol(vmsym, (vmSymbols::SID) i);
141 Symbol* vmsym = vmSymbols::symbol_at((vmSymbols::SID) i);
142 ciSymbol* sym = vm_symbol_at((vmSymbols::SID) i);
224 vmSymbols::SID sid = vmSymbols::find_sid(key);
/openjdk7/hotspot/src/share/vm/classfile/
H A DvmSymbols.cpp43 static vmSymbols::SID vm_symbol_index[vmSymbols::SID_LIMIT];
46 Symbol* a = vmSymbols::symbol_at(*((vmSymbols::SID*) void_a));
47 Symbol* b = vmSymbols::symbol_at(*((vmSymbols::SID*) void_b));
57 static const char* vm_symbol_enum_name(vmSymbols::SID sid) {
103 Symbol* sym = symbol_at((SID)i1);
105 if (symbol_at((SID)i2) == sym) {
107 vm_symbol_enum_name((SID)i2), i2,
108 vm_symbol_enum_name((SID)i1), i1);
119 vm_symbol_index[index] = (SID)index;
134 SID si
[all...]
H A DvmSymbols.hpp1008 enum SID { enum in class:vmSymbols
1057 static Symbol* symbol_at(SID id) {
1063 // Returns symbol's SID if one is assigned, else NO_SID.
1064 static SID find_sid(Symbol* symbol);
1065 static SID find_sid(const char* symbol_name);
1069 static const char* name_for(SID sid);
1123 static ID find_id_impl(vmSymbols::SID holder,
1124 vmSymbols::SID name,
1125 vmSymbols::SID sig,
1130 static ID find_id(vmSymbols::SID holde
[all...]
H A DjavaClasses.hpp1273 const vmSymbols::SID name_index;
1274 const vmSymbols::SID signature_index;
1286 return vmSymbols::symbol_at((vmSymbols::SID)symbol_index);
H A DsystemDictionary.cpp1819 Symbol* symbol = vmSymbols::symbol_at((vmSymbols::SID)sid);
H A DclassFileParser.cpp1769 vmSymbols::SID sid = vmSymbols::find_sid(name);
H A DjavaClasses.cpp84 vmSymbols::SID sid = vmSymbols::find_sid(class_name);
/openjdk7/jdk/src/windows/native/sun/management/
H A DFileSystemImpl.c148 * Returns pointer to the SID identifying the owner of the specified
151 static SID* getFileOwner(JNIEnv* env, SECURITY_DESCRIPTOR* sd) {
152 SID* owner;
182 * Returns JNI_TRUE if the specified owner is the only SID will access
185 static jboolean isAccessUserOnly(JNIEnv* env, SID* owner, ACL* acl) {
206 * Iterate over the ACEs. For each "allow" type check that the SID
212 SID* sid;
222 sid = (SID *) &access->SidStart;
294 SID *owner = getFileOwner(env, sd);
/openjdk7/jdk/test/sun/management/windows/
H A Drevokeall.c76 * Return a string that includes all the components of a given SID.
77 * See here for a description of the SID components :-
80 static char *getTextualSid(SID* sid) {
135 * Returns a string to represent the given security identifier (SID).
140 * SID is returned -- eg: S-1-5-21-2818032319-470147023-1036452850-13037.
142 static char *getSIDString(SID* sid) {
150 return strdup("<Invalid SID>");
293 SID* owner;
302 * owner SID, and the DACL.
334 * Iterate over the ACEs. For each "allow" type check that the SID
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DfieldInfo.hpp118 return vmSymbols::symbol_at((vmSymbols::SID)symbol_index);
H A DmethodOop.cpp1106 vmSymbols::SID methodOopDesc::klass_id_for_intrinsics(klassOop holder) {
1128 vmSymbols::SID klass_id = klass_id_for_intrinsics(method_holder());
1132 vmSymbols::SID name_id = vmSymbols::find_sid(name());
1136 vmSymbols::SID sig_id = vmSymbols::find_sid(signature());
H A DmethodOop.hpp649 static vmSymbols::SID klass_id_for_intrinsics(klassOop holder);
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp339 vmSymbols::SID name_id = vmSymbols::find_sid(name);

Completed in 126 milliseconds