Searched refs:appPath_ (Results 1 – 2 of 2) sorted by relevance
293 [appPath_ release];336 appPath_ = [appPath retain];437 if (!productID_ || !appPath_ || !url_ || !version_)461 return [[appPath_ stringByAppendingPathComponent:@"Contents"]482 appPath_, KSRegistrationExistenceCheckerStringKey,698 const char* appPathC = [appPath_ fileSystemRepresentation];726 return ![fileManager isWritableFileAtPath:appPath_] ||743 return [appPath_ hasPrefix:@"/Applications/"];907 const char* appPathC = [appPath_ fileSystemRepresentation];937 if (appPath != appPath_) {[all …]
81 NSString* appPath_; variable