Searched refs:sFullProfileDir (Results 1 – 1 of 1) sorted by relevance
442 char sFullProfileDir[KMS_MAX_FILE_NAME+1]; in ProfileExists() local443 BuildFullProfilePath( sFullProfileDir, in ProfileExists()448 strncpy( sConfigFile, sFullProfileDir, KMS_MAX_FILE_NAME ); in ProfileExists()491 char sFullProfileDir[KMS_MAX_FILE_NAME]; in CreateProfile() local492 BuildFullProfilePath( sFullProfileDir, in CreateProfile()496 bSuccess = ( K_CreateDirectory( sFullProfileDir ) == 0 ); in CreateProfile()561 char sFullProfileDir[KMS_MAX_FILE_NAME+1]; in StoreCluster() local562 BuildFullProfilePath( sFullProfileDir, in StoreCluster()566 strncpy( sClusterFile, sFullProfileDir, KMS_MAX_FILE_NAME ); in StoreCluster()738 char sFullProfileDir[KMS_MAX_FILE_NAME+1]; in GetConfig() local[all …]